home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / searchtools / look.man < prev    next >
Text File  |  1994-08-01  |  823b  |  32 lines

  1.  
  2.      LOOK(1)          UNIX System V (April 29, 1985)           LOOK(1)
  3.  
  4.      NAME
  5.           look - find lines in a sorted list
  6.  
  7.      SYNOPSIS
  8.           look [ -df ] string [ file ]
  9.  
  10.      DESCRIPTION
  11.           Look consults a sorted file and prints all lines that begin
  12.           with string.  It uses binary search.
  13.  
  14.           The options d and f affect comparisons as in sort(1):
  15.  
  16.           d   `Dictionary' order:  only letters, digits, tabs and
  17.               blanks participate in comparisons.
  18.  
  19.           f   Fold.  Upper case letters compare equal to lower case.
  20.  
  21.           If no file is specified, /usr/dict/words is assumed with
  22.           collating sequence -df.
  23.  
  24.      FILES
  25.           /usr/dict/words
  26.  
  27.      SEE ALSO
  28.           sort(1), grep(1)
  29.  
  30.      Page 1                                         (printed 12/28/93)
  31.  
  32.